body {
  background-color: black;
 /* background-image: url(https://www.fightersgeneration.com/nf8/game2/guiltygear-ps1-zato-stage.gif); /* guilty gear stage */
/*  background-repeat: no-repeat; */
 /* background-attachment: fixed; */
 /* background-position: center; */
 /* background-size: cover; */
  text-align: justify;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'ms gothic';
 /* color: black; */
}

div {
  display: block;
  unicode-bidi: isolate;
}

a:active{
  color: white;
}
a:hover{
  color: red;
}

p {
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: blue; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: red; 
}


#wings {
  position: absolute;
  top: 330px;
  right: 250px;
  color: white;
}

#bubble {
  position: absolute;
  top: 300px;
  right: 55px;
  height: 100px;
  width: 145px;
  padding: 5px;
  background-color: rgba(250, 249, 245, 0.5);
  border-radius: 10px;
}